github.com/gotd/td/exchange.ClientExchange.rand (field)

9 uses

	github.com/gotd/td/exchange (current package)
		client.go#L14: 	rand io.Reader
		client_flow.go#L20: 	nonce, err := crypto.RandInt128(c.rand)
		client_flow.go#L72: 	p, q, err := crypto.DecomposePQ(pq, c.rand)
		client_flow.go#L84: 	newNonce, err := crypto.RandInt256(c.rand)
		client_flow.go#L125: 	data, err := crypto.RSAPad(b.Buf, selectedPubKey.RSA, c.rand)
		client_flow.go#L199: 		bParam, err := rand.Int(c.rand, randMax)
		client_flow.go#L222: 		clientEncrypted, err := crypto.EncryptExchangeAnswer(c.rand, b.Buf, key, iv)
		client_flow.go#L276: 			sessionID, err := crypto.NewSessionID(c.rand)
		flow.go#L112: 		rand: e.rand,